This section documents routines provided by the QuickTime Movie Export component. These functions can be used by other data export components to implement their own functionality.
MovieExportNewGetDataAndPropertiesProcs returns MovieExportGetProperty and MovieExportGetData procedures that can be passed to MovieExportAddDataSource to create a new data source. This function exists in order to provide a standard way of getting data using this protocol out of a movie or track.
pascal ComponentResult MovieExportNewGetDataAndPropertiesProcs (MovieExportComponent ci,
OSType trackType, TimeScale *scale, Movie theMovie, Track theTrack,
TimeValue startTime, TimeValue duration, MovieExportGetPropertyUPP
*getPropertyProc, MovieExportGetDataUPP *getDataProc, void **refCon)
Disposes of the memory associated with the procedures returned by MovieExportNewGetDataAndPropertiesProcs.
pascal ComponentResult MovieExportDisposeGetDataAndPropertiesProcs (MovieExportComponent ci,
MovieExportGetPropertyUPP getPropertyProc, MovieExportGetDataUPP
getDataProc, void *refCon)
| Previous | Chapter contents | Chapter top | Section top |